home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 January / EnterCD 01_2004.iso / Multimedia / Advanced Effect Maker Freeware Edition 1.0 / aemf10.exe / {app} / templates / checkeredwipeimage.swf / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2002-11-11  |  162 b   |  13 lines

  1. if(getProperty("mama", _currentframe) < 40)
  2. {
  3.    gotoAndPlay(_currentframe - 1);
  4. }
  5. else
  6. {
  7.    tellTarget("mama")
  8.    {
  9.       stop();
  10.    }
  11.    pp = ii;
  12. }
  13.